From: Glenn Morris Date: Mon, 12 Jan 2004 00:57:00 +0000 (+0000) Subject: (appt-issue-message): Mark as obsolete rather than deleting outright. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24514 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1e3246f4d14bef7045c02c96a071388ce172b357;p=emacs.git (appt-issue-message): Mark as obsolete rather than deleting outright. --- diff --git a/lisp/calendar/appt.el b/lisp/calendar/appt.el index 825bd936475..8a92ef614ce 100644 --- a/lisp/calendar/appt.el +++ b/lisp/calendar/appt.el @@ -78,6 +78,18 @@ (require 'calendar) +;;;###autoload +(defcustom appt-issue-message t + "*Non-nil means check for appointments in the diary buffer. +To be detected, the diary entry must have the format described in the +documentation of the function `appt-check'." + :type 'boolean + :group 'appt) + +(make-obsolete-variable 'appt-issue-message + "use the function `appt-activate', and the \ +variable `appt-display-format' instead." "21.4") + ;;;###autoload (defcustom appt-message-warning-time 12 "*Time in minutes before an appointment that the warning begins."